containers.<name>.nixpkgs
A path to the nixpkgs that provide the modules, pkgs and lib for evaluating the container.
To only change the pkgs argument used inside the container modules,
set the nixpkgs.* options in the container config.
Setting config.nixpkgs.pkgs = pkgs speeds up the container evaluation
by reusing the system pkgs, but the nixpkgs.config option in the
container config is ignored in this case.
- Type
absolute path- Default
pkgs.path- Declared
- <nixpkgs/nixos/modules/virtualisation/nixos-containers.nix>